{% extends 'dashboards/base_dashboard.html' %} {% block extra_css %} {% endblock %} {% block extra_js %} {{ monthly_data_json|json_script:"monthlyData" }} {{ department_data_json|json_script:"departmentData" }} {% endblock %} {% block stats %}
Here's what's happening with your tasks today
{{ completion_rate|default:0 }}% completion rate
{{ completed_this_week }} this week
{{ pending_tasks }} tasks in progress
{{ departments.count }} total departments
{{ departments.count }} total departments
Created by: {{ task.created_by.get_full_name|default:task.created_by.username }} | Due: {{ task.due_date|date:"M d, Y"|default:"No due date" }}
{{ task.description|truncatewords:20 }}
| Title | Department | Assigned To | Due Date | Status |
|---|---|---|---|---|
| {{ task.title }} | {{ task.assigned_to.department.name|default:"-" }} | {{ task.assigned_to.get_full_name|default:task.assigned_to.email }} | {{ task.due_date|date:"M d, Y" }} | {{ task.get_status_display }} |
| No high priority tasks | ||||
| Title | Department | Assigned To | Status | Due Date |
|---|---|---|---|---|
| {{ task.title }} | {{ task.assigned_to.department.name|default:"-" }} | {{ task.assigned_to.get_full_name|default:task.assigned_to.email }} | {{ task.get_status_display }} | {{ task.due_date|date:"M d, Y" }} |
| No tasks found | ||||